ClearDataSourceParams
Definition:
ClearDataSourceParams(datasource)
Description:
Clear all the configurable connection string parameters for a specified Data Source and revert to the default connection string for that Data Source.
Platforms:
All
Parameters:
datasource - required
Specifies the Data Source to be acted on – click here for the format of this parameter.
Returns:
nothing
Notes:
- 
                                                                        
This Method, in conjunction with the GetDataSourceParam and SetDataSourceParam Methods, allows you to programmatically modify the connection string for a specified Data Source.
 - 
                                                                        
This Method is not relevant for use with Custom Views.
 
See also: